Skip to content

Conversation

@heathdutton
Copy link

Why:

The {% data reusables.actions.actions-not-certified-by-github-comment %} template was not being expanded in the Dependabot automation examples because the code blocks were wrapped in {% raw %}...{% endraw %} tags.

Closes: #41897

What's being changed:

Removed the {% raw %} and {% endraw %} wrappers from the four YAML code blocks so that the reusable template expands correctly, matching the pattern used in other docs (e.g., publish-docker-images.md).

Check off the following:

  • A subject matter expert (SME) has reviewed the technical accuracy of the content in this PR. In most cases, the author can be the SME. Open source contributions may require an SME review from GitHub staff.
  • The changes in this PR meet the docs fundamentals that are required for all content.
  • All CI checks are passing and the changes look good in the review environment.

Copilot AI review requested due to automatic review settings January 3, 2026 04:06
@github-actions github-actions bot added the triage Do not begin working on this issue until triaged by the team label Jan 3, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Jan 3, 2026

How to review these changes 👓

Thank you for your contribution. To review these changes, choose one of the following options:

A Hubber will need to deploy your changes internally to review.

Table of review links

Note: Please update the URL for your staging server or codespace.

The table shows the files in the content directory that were changed in this pull request. This helps you review your changes on a staging server. Changes to the data directory are not included in this table.

Source Review Production What Changed
code-security/tutorials/secure-your-dependencies/automating-dependabot-with-github-actions.md fpt
ghec
ghes@ 3.19 3.18 3.17 3.16 3.15 3.14
fpt
ghec
ghes@ 3.19 3.18 3.17 3.16 3.15 3.14

Key: fpt: Free, Pro, Team; ghec: GitHub Enterprise Cloud; ghes: GitHub Enterprise Server

🤖 This comment is automatically generated.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes a bug where the {% data reusables.actions.actions-not-certified-by-github-comment %} reusable template was not expanding in four YAML code blocks within the Dependabot automation documentation. The template was wrapped in {% raw %}...{% endraw %} tags, which prevented Liquid from processing it.

Key changes:

  • Removed {% raw %} and {% endraw %} wrapper tags from four YAML code blocks to allow proper template expansion
  • Aligns the code block formatting with other documentation files (e.g., publish-docker-images.md) where the same reusable is used successfully

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@Sharra-writes
Copy link
Contributor

@heathdutton Thanks for opening a PR to fix this! It took me a minute to understand what was going on, but, yes, you're right that the raw tag is a problem in these cases. It looks like there are some conflicts that need to be resolved - not sure what happened, but I'm guessing some articles got moved around. Do you think you could rebase the PR to resolve that problem? After that I can get it approved.

@Sharra-writes Sharra-writes added content This issue or pull request belongs to the Docs Content team and removed triage Do not begin working on this issue until triaged by the team labels Jan 15, 2026
@heathdutton heathdutton force-pushed the fix-41897-expand-reusable-template branch from 3be6cb9 to 5a07481 Compare January 15, 2026 00:46
@heathdutton
Copy link
Author

@Sharra-writes conflicts resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

content This issue or pull request belongs to the Docs Content team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

{% data reusables.actions.actions-not-certified-by-github-comment %} placeholder not expanded in _some_ docs

2 participants